EinhugurVisionBridge.VNImageBasedRequest
VNRecognizeAnimalsRequest
VNRecognizeAnimalsRequest | Constructor that takes no parameters. |
ClassName (Inherited) (desktop - console) | Returns the name of the Cocoa class under the hood as String. |
ErrorMessage (Inherited) | Returns the error message for when error occurred when request was performed. |
Handle (Inherited) | Returns Integer handle to the native NSObject structure. |
HasError (Inherited) | Returns true if error occurred when request was performed. |
RegionOfInterest (Inherited) | The region of the image in which Vision will perform the request. |
ResultCount | Returns the number of results found after the request has been processed. |
shared Cast | Does deep cast on incoming NSObject to VNRecognizeAnimalsRequest. |
shared FromIntegerPtr | Constructs VNRecognizeAnimalsRequest object from Integer handle coming from declares or 3rd party plugin. |
shared IsVNRecognizeAnimalsRequest | Returns true if the NSObject under the hood is VNRecognizeAnimalsRequest or derived from VNRecognizeAnimalsRequest. |
Release (Inherited) | Releases the NSObject. |
Result | The results of the request to find rectangular regions that contains animals of types which the Vision framework supports in an image. |
Retain (Inherited) | Retains the NSObject |
VNAnimalIdentifierCat = "Cat" | Identifier constant representing a Cat. This constant can be used to compare with identification codes in the Observation result. |
VNAnimalIdentifierDog = "Dog" | Identifier constant representing a Dog. This constant can be used to compare with identification codes in the Observation result. |
Version = 5.0 (Inherited) |